home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / sdoor120.zip / INSTALL.DOC < prev    next >
Text File  |  1992-08-02  |  2KB  |  63 lines

  1. INSTALLATION MANUAL - Star Empire DOOR v. 1.10
  2.  
  3. Copyright (C) 1992 Antoine Le Huenen
  4.  
  5. The installation is much different from the installation of the BBS version
  6. of Star Empire.  First of all, you need to have a BBS program that is
  7. capable of handling a GAP door.  Telegard and other board systems support
  8. this configuration.
  9.  
  10. Make a directory called STAR off your BBS directory by typing in the
  11. following:
  12.  
  13. C:\BBS>md star
  14.  
  15. From that directory, copy all Star Empire DOOR files into that directory.
  16. Once that is completed, run INSTALL.EXE included in this package.
  17. Instructions will be given when prompted for information.
  18.  
  19. When that is completed, copy the following batch file into your main
  20. BBS directory.  Call it STAR.BAT:
  21.  
  22. echo off
  23. c:
  24. cd \bbs\star
  25. copy c:\bbs\door.sys
  26. SDOOR120.EXE
  27. cd \bbs
  28.  
  29. If you are using an RBBS door, make the batch file as follows:
  30.  
  31. echo off
  32. c:
  33. cd \bbs\star
  34. copy c:\bbs\dorinfo1.def
  35. SDOOR120.EXE /RBBS
  36. cd \bbs
  37.  
  38. This may be done by typing COPY CON STAR.BAT in your main BBS directory.
  39. Type a Ctrl-Z and press enter to  indicate the end of the file.  After
  40. that is completed, you must go into your BBS program set up the menu
  41. needed to run the GAP door.
  42.  
  43. For Telegard users, it would similar to the following:
  44.  
  45. Menu filename: ONLINE
  46. Command #1 of 8
  47.  
  48. 1. Long descript :(S)tar Empire Online Game 1.10
  49. 2. Short descript:(S)tar Empire
  50. 3. Cmd letters   :S
  51. 4. ACS required  :"s20"
  52. 5. Cmdkeys       :DG
  53. 6. MString       :STAR.BAT
  54.    Flags         :None
  55.  
  56. If you wish to run it as an RBBS door, change 5 (Cmdkeys) to: DD.
  57.  
  58. When you copied that into your ONLINE GAMES menu, select Q to exit and
  59. save.  That's about it!
  60.  
  61. However, you must now make the EVENT for the Star Empire Maintenance.
  62. Look into EVENT.DOC for more details.
  63.